home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / TimeAfter.dir / 00002.ls next >
Encoding:
Text File  |  1998-02-21  |  275 b   |  15 lines

  1. on exitFrame
  2.   cursor([cast "curs", cast "mask"])
  3.   if the movieTime of sprite 1 = the duration of member the castNum of sprite 1 then
  4.     go(1, "video")
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   cursor(-1)
  12.   set the movieRate of sprite 1 to 0
  13.   go(1, "video")
  14. end
  15.